home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************************
-
- NeoTextBox.h - include file for NeoTextBox
-
- Written by Bryan K. Ressler (Beaker)
-
- updated for the wonderful universe of PowerPC by Pete Gontier (Gurgle), 3/31/97
-
- *****************************************************************************************/
-
- #pragma once
-
- #ifndef __TYPES__
- # include <Types.h>
- #endif
-
- #define ntbJustFull 128 /* Full justification */
- #define kReturnChar 0x0d /* Carriage return character */
-
- short NeoTextBox
- (void *theText, unsigned long textLen, Rect *box,
- short just, short htCode, short *endY, short *lhUsed);
-